By using the configured table mappings of
OnGetMappings, this inversion control method automatically produces an SQL SELECT COUNT
command that handles the request to configure an all entity count command in the underlying relational data store.
Name
|
Description
|
OnConfigureCountCommand(TDataCommand)
|
By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT COUNT
command that handles the request to configure an all entity count command in the underlying relational data store.
|
OnConfigureCountCommand(TDataCommand, Where)
|
By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT COUNT
command that handles the request to configure a count command for all entities in compliance with the Where filter in the
underlying relational data store.
|